home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / shwdlg16.hqx / ShowDialog XCMD 1.6 / background_16130.txt < prev    next >
Text File  |  1989-05-10  |  3KB  |  151 lines

  1. -- background: 16130 from stack: in.6
  2. -- bmap block id: 9713
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   push recent cd
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=5 top=307 right=341 bottom=45
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 902 / 902
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: prev
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   left
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 2000
  35. -- rect: left=467 top=307 right=341 bottom=507
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 26425 / 26425
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: next
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   right
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 4 (button)
  52. -- low flags: 00
  53. -- high flags: A004
  54. -- rect: left=56 top=313 right=335 bottom=145
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Main Menu
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   if the short name of this cd Γëá "SD Main Menu" then
  66.     visual effect dissolve fast
  67.     go cd "SD Main Menu"
  68.   end if
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 5 (button)
  74. -- low flags: 00
  75. -- high flags: A004
  76. -- rect: left=152 top=313 right=335 bottom=216
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: Help
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   doHelp
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 6 (button)
  93. -- low flags: 00
  94. -- high flags: A004
  95. -- rect: left=223 top=313 right=335 bottom=287
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Home
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual barn door close to black
  107.   visual effect iris open to inverse
  108.   visual effect dissolve
  109.   go home
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 7 (button)
  115. -- low flags: 00
  116. -- high flags: A004
  117. -- rect: left=294 top=313 right=335 bottom=358
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Quit
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   domenu "Quit HyperCard"
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 8 (button)
  134. -- low flags: 00
  135. -- high flags: A004
  136. -- rect: left=366 top=313 right=335 bottom=456
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: <-- Go back
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   visual effect dissolve fast
  148.   pop card
  149. end mouseUp
  150.  
  151.